/* 遮罩层 */
.iden-hint-wrap {
  font-size: 24px;
  color: #fff;
  position: fixed;
  height: 60px;
  line-height: 60px;
  left: 50%;
  top: 100px;
  z-index: 999999;
  padding: 0 35px;
  border-radius: 5px;
  transform: translateX(-50%);
}
.iden-hint-wrap.succeed {
  background-color: #5cb85c;
}
.iden-hint-wrap.warning {
  background-color: #f0ad4e;
}
.iden-hint-wrap.danger {
  background-color: #d9534f;
}
.iden-hint-wrap.default {
  background-color: rgba(0, 0, 0, 0.6);
}
.close-rt {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
}
.close-rt:hover {
  color: #ddd;
}
.alert_contact_617 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  font-size: 14px;
  color: #333;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.alert_contact_617 div {
  font-size: 14px;
}
.alert_contact_617 * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.alert_contact_617 button,
.alert_contact_617 input,
.alert_contact_617 select,
.alert_contact_617 textarea {
  font-size: 100%;
  outline: none;
}
.alert_contact_617 .hint {
  font-size: 12px;
  color: #999;
}
.alert_contact_617 .close-rt {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.alert_contact_617 .contact-box {
  position: relative;
  margin: 0 auto;
  margin-top: -300px;
  top: 50%;
  width: 850px;
  height: 600px;
}
.alert_contact_617 .contact-box .aside-l {
  float: left;
  width: 300px;
  height: 600px;
  background: url("/img/newdesign/index/openqq_aside_bg.png") center center / 300px 600px no-repeat;
  text-align: center;
  color: #fff;
}
.alert_contact_617 .contact-box .aside-l .title {
  position: relative;
  font-size: 24px;
  padding-top: 76px;
  padding-bottom: 10px;
}
.alert_contact_617 .contact-box .aside-l .title:before {
  display: block;
  content: '';
  position: absolute;
  width: 50px;
  height: 3px;
  background: #fff;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-25px);
  -moz-transform: translateX(-25px);
  -ms-transform: translateX(-25px);
  -o-transform: translateX(-25px);
  transform: translateX(-25px);
}
.alert_contact_617 .contact-box .aside-l .code {
  padding-top: 5px;
  position: relative;
  width: 180px;
  height: 180px;
  margin: 30px auto 47px;
  background: url("/img/newdesign/index/cover180.png") center center / 180px 180px no-repeat;
  text-align: center;
}
.alert_contact_617 .contact-box .aside-l .code img {
  width: 140px;
  height: 140px;
}
.alert_contact_617 .contact-box .aside-l .code p {
  color: #333;
  margin-top: 5px;
}
.alert_contact_617 .contact-box .aside-l .tel {
  font-size: 24px;
  margin-top: 10px;
}
.alert_contact_617 .contact-box .aside-l .btn {
  display: inline-block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  color: #fc4147;
  cursor: pointer;
  border-radius: 5px;
  background: #fff;
  margin-top: 30px;
}
.alert_contact_617 .contact-box .msg-r {
  position: relative;
  float: left;
  width: 550px;
  height: 600px;
  background: #fff;
  padding-left: 125px;
  padding-top: 76px;
}
.alert_contact_617 .contact-box .msg-r .close-rt {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  color: #000;
}
.alert_contact_617 .contact-box .msg-r .close-rt:hover {
  color: #666;
}
.alert_contact_617 .contact-box .msg-r .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}
.alert_contact_617 .contact-box .msg-r form {
  padding-top: 38px;
}
.alert_contact_617 .contact-box .msg-r label {
  display: block;
}
.alert_contact_617 .contact-box .msg-r input,
.alert_contact_617 .contact-box .msg-r textarea {
  width: 300px;
}
.alert_contact_617 .contact-box .msg-r input {
  border: none;
  border-bottom: 1px solid #eee;
  padding: 5px;
  margin: 10px 0 18px;
}
.alert_contact_617 .contact-box .msg-r textarea {
  border: 1px solid #eee;
  height: 100px;
  margin: 10px 0;
  padding: 5px;
  box-shadow: none;
}
.alert_contact_617 .contact-box .msg-r .err {
  height: 30px;
  line-height: 30px;
  color: red;
}
.alert_contact_617 .contact-box .msg-r .err i {
  font-size: 12px;
  margin-right: 8px;
  font-weight: bold;
}
.alert_contact_617 .contact-box .msg-r .btn {
  display: inline-block;
  text-align: center;
  width: 300px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #ec008c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  background: #fc4147;
}
.alert_contact_617 .contact-box .msg-r .btn.disabled {
  background: #999;
}
/*# sourceMappingURL=contact.css.map */